home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56118 / 56118.xpi / chrome / content / common / about.xul next >
Extensible Markup Language  |  2009-12-21  |  1KB  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window class="dialog"
  4.     title="About Bccth.is For Firefox"
  5.     orient="vertical"
  6.     autostretch="always"
  7.     onload="sizeToContent()"
  8.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10. <groupbox align="center" orient="horizontal">
  11. <vbox>
  12.   <text value="Bccth.is For Firefox" style="font-weight: bold; font-size: x-large;"/>
  13.   <separator class="thin"/>
  14.   <text value="Vendor:" style="font-weight: bold;"/>
  15.   <text value="BCCTHIS, LLC" class="url"
  16.         onclick="window.open('http://www.bccthis.com'); window.close();"/>
  17.   <separator class="thin"/>
  18.     <text value="Description:" style="font-weight: bold;"/>
  19.     <text value="Provides a button and to easily tweet from any site using Bccth.is"/>
  20. </vbox>
  21. <spring flex="1"/>
  22. <image src="chrome://ffbccthis-common/skin/bccthis48.png"/>
  23. </groupbox>
  24.  
  25.   <hbox>
  26.   <spacer flex="1"/>
  27.    <button label="Close" oncommand="window.close();"/>
  28.   </hbox>
  29.  
  30. </window>
  31.